Syntax:
YourVariable = VA1.Current_Word_no_Timelength
Details :
This gives your spoken word length in bytes.
That is for 22.5Khz setting a 18000 bytes of bytelength will mean 18000/22050 = 0.8 secs.
This is the Average Time Length that you input in the Language Database.
Example :
Private Sub Timer1()
Label3.Caption = VA1.Current_Word_no_Timelength
End Sub
See Examples.